Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem on production server #111

Closed
robertosanval opened this issue Mar 20, 2016 · 3 comments
Closed

Problem on production server #111

robertosanval opened this issue Mar 20, 2016 · 3 comments

Comments

@robertosanval
Copy link

I've my system working fine on my dev machine but I've an issue on my prod server.

I've the same PHP version on both and I'm completely sure that authentication data is correct.

Imap extension it's installed and activated on both machines.

I receive this error on prod server:

[Ddeboer\Imap\Exception\AuthenticationFailedException]
  Authentication failed for user my_user with error imap_open(): Couldn't ope
  n stream {localhost:143}

I've tried to do a telnet localhost 143 and I can login without any problems.

Anybody know what's happening?

@robertosanval
Copy link
Author

I've just solved it adding flag /novalidate-cert

@ddeboer
Copy link
Owner

ddeboer commented Mar 21, 2016

In that case, the issue may be related to your server’s SSL configuration.

@ddeboer ddeboer closed this as completed Mar 21, 2016
@dleger
Copy link

dleger commented May 17, 2016

Thanks robertosanval, you saved my day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants