Solved how set protocol https for bin/console?
-
When I try to check the mail in 1.2.0 I get an error, because it refers to http how to set that would be https?
sudo -u www-data php /var/www/support.*****/bin/console uvdesk:refresh-mailbox support@***** -vvv - Establishing connection with mailbox - Fetching all emails since 12 June 2023 - Found a total of 13 emails in mailbox since 12 June 2023 # Processing all found emails iteratively: API http://*****/support/mailbox/listener - Processing email 1 of 13: ERROR ....
-
@serjsv87 add --secure fix this problem
sample
sudo -u www-data php /var/www/support./bin/console uvdesk:refresh-mailbox support@ -vvv --secure -
@serjsv87 add --secure fix this problem
sample
sudo -u www-data php /var/www/support./bin/console uvdesk:refresh-mailbox support@ -vvv --secure -
@serjsv87 did your last reply resolve your issue?
Can this topic be flagged as solved? -
@peopleinside yes
-
peopleinside
-
Thanks for the updates!
I'm glad you was able to resolve your issue