Inbound server name protocol not supported error
While configuring OAuth2.0 workflow
we are getting error "protocol not supported" as soon as enter inbound server name as outlook.office365.com
Fix:
weblogic console
servers
managed servers
lock and edit
forms-server1
==>serverstart==>arguments==enter following line at the end of argument
==>save
-DUseSunHttpHandler=true
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
oacore-server1
==>serverstart==>arguments==enter following line at the end of argument
==>save
-DUseSunHttpHandler=true
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
oafm-server1
==>serverstart==>arguments==enter following line at the end of argument
==>save
-DUseSunHttpHandler=true
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
admin-server1
==>serverstart==>arguments==enter following line at the end of argument
==>save
-DUseSunHttpHandler=true
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
Activate changes
bounce all services
adstpall.sh
adstrtal.sh
Comments
Post a Comment