[
https://issues.apache.org/jira/browse/AIRAVATA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625793#comment-15625793
]
Marcus Christie commented on AIRAVATA-1956:
-------------------------------------------
Thanks Suresh. I changed
{noformat}
TLS.enabled=false
{noformat}
in the gw56 API server airavata-server.properties file and tested with that.
I had to connect with port 8930 so my pga_config.php had this
{noformat}
...
'airavata-server' => 'gw56.iu.xsede.org',
/**
* Airavata API server port
*/
'airavata-port' => '8930',
...
{noformat}
When I did that my Homestead PGA could connect to the API server.
I'll look into why SSL isn't working from PHP in Homestead.
> Upgrade PGA to use Laravel 5.2
> -------------------------------
>
> Key: AIRAVATA-1956
> URL: https://issues.apache.org/jira/browse/AIRAVATA-1956
> Project: Airavata
> Issue Type: Improvement
> Components: PGA PHP Web Gateway
> Reporter: Suresh Marru
> Assignee: Marcus Christie
>
> PGA currently is based on Laravel 4.2.*. and is now getting close to 2 years
> old. Laravel is in active development and it will better to migrate to latest
> version 5.2
> The release notes are self-described with the changes -
> https://laravel.com/docs/master/releases
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)